You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Optimization Class > Optimization Methods > Marquardt Method > Optimization.Marquardt Method (TRealFunction, TGradHess, double[], [In] double[], [In] object[], out double, TMtx, out TOptStopReason, [In] TMtxFloatPrecision, int, double, double, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Optimization.Marquardt Method (TRealFunction, TGradHess, double[], [In] double[], [In] object[], out double, TMtx, out TOptStopReason, [In] TMtxFloatPrecision, int, double, double, double)

Minimizes the function of several variables by using the Marquardt optimization method with no log.

Syntax
C#
Visual Basic
public static int Marquardt(TRealFunction Fun, TGradHess GradHess, ref double[] Pars, [In] double[] Consts, [In] object[] ObjConst, out double FMin, TMtx IHess, out TOptStopReason StopReason, [In] TMtxFloatPrecision FloatPrecision, int MaxIter, double Tol, double GradTol, double Lambda0);
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!